home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr52 / snap502.zip / SNAP.MSG < prev    next >
Text File  |  1993-04-14  |  29KB  |  933 lines

  1. *******************************************************************************
  2. * Please don't fool with this file, or you will spoil the whole wretched mess.*
  3. * An extra carriage return will make the entire program unusable.             *
  4. *******************************************************************************
  5. * YOU CANNOT EDIT THIS FILE WITH AN EDITOR THAT REMOVES TRAILING BLANKS!      *
  6. *******************************************************************************
  7. * This is the main messages file
  8. * Blank lines are significant
  9. * Spaces are significant
  10. * Comments can begin with an asterisk or double-ampersand
  11. * A double-ampersand comment implies that trailing spaces don't matter
  12. * Messages are grouped into sections
  13. * @1 means "ProgramName" (e.g., SNAP! or FoxDoc)
  14. * @2 is the name corresponding to dBASE II/FoxBASE
  15. * @3 is the name corresponding to dBASE III/FoxBASE+
  16. * @4 is the name corresponding to dBASE IV/FoxPro
  17. * The file is organized into sections:
  18. *   Each section must begin with a string in the format:
  19. *      <section title>
  20. *   Both beginning and ending angle brackets are required.
  21. *   Run MSGDOC to produce a listing showing the section numbers and offsets
  22. *     within each section.
  23. *
  24. *   Key codes match the physical layout of the keyboard:
  25. *      Q  144     I  151       F  161     X  173
  26. *      W  145     O  152       G  162     C  174
  27. *      E  146     P  153       H  163     V  175
  28. *      R  147     A  158       J  164     B  176
  29. *      T  148     S  159       K  165     N  177
  30. *      Y  149     D  160       L  166     M  178
  31. *      U  150                  Z  172
  32. *
  33. ********************************************************************************
  34. <Section 1>
  35. ********************************************************************************
  36. *
  37. Y   && character for "Yes"
  38. N   && character for "No"
  39. Help
  40. *
  41. * This section is for general help--press F1 at greeting screen
  42. *
  43. @1 generates technical documentation for @3 and @4
  44. systems.  At your option, it can produce any combination of:
  45.  
  46.      Program headings showing the programs which call a particular
  47.         program, those which the program calls, and databases
  48.         indexes, format files, report forms and memory files used by
  49.         the program.
  50.      Tree diagram of all programs in the system and the
  51.         programs and databases used by each.
  52.      Summary reports showing database structures, index parameters,
  53.         formats and report forms used, plus a token cross reference.
  54.      Indented program code with keywords capitalized.
  55.      Action diagrams to illustrate program structure
  56.      Batch files for backing up programs and data
  57.      LNK and MAKE files for Clipper
  58.  
  59.  
  60.  
  61. Press space bar to see command line arguments
  62. *
  63. * Command line argument help
  64. *
  65. Help--Command Line Arguments
  66. @1 allows command line arguments to begin with either
  67. a hyphen (-) or a slash (/).
  68.  
  69.   -A          Extra indent before a CASE statement.
  70.   -BW         Black & white.  Disable color.
  71.   -D          Debug mode.  Display source code.
  72.   -Ffilename  Get configuration data from "filename".
  73.   -Lfilename  Get standard link data from "filename".
  74.   -Mfilename  Get macro substitution strings from "filename".
  75.   -N          Do not check for video "snow"
  76.   -O          Omit all macro substitutions.
  77.   -Pdest      Printer port/file (e.g., -Plpt2:)
  78.   -Rnnnn      Reserve nnnn bytes of memory.
  79.   -S          Show reports on screen as they are created.
  80.   -T*:        Use '*:' as Tag for @1 directives.
  81.   -U          Turn off the mouse
  82.   -V          Direct video off.  Slower but more compatible.
  83.   -Wnnn       Hyphens for reports.
  84.   -X          Run @1 without waiting for input.
  85.   -?          Display some help.
  86. Press space bar to continue or F1 for program limits
  87. Maximum program files:
  88. Maximum of each other file type:
  89. Maximum tokens:
  90. Maximum length of a token:
  91. Maximum number of key words:
  92. Maximum length of key word:
  93. Maximum levels of program nesting:
  94. Maximum number of database fields:
  95. Maximum length of filename:
  96. Maximum number of macro definitions:
  97. Maximum number of fields:
  98. Maximum program/data directories:
  99.  
  100.  
  101.  
  102. Press space bar to continue
  103. Limits
  104. *
  105. * Command line error messages start here
  106. *
  107. switch used, but the file could not be found.
  108. -r switch used but no reserved memory specified.
  109. Invalid reserved memory specified.
  110. Syntax is:   @1 -r5000      (to reserve 5000 bytes).
  111. -w switch used but no report width specified.
  112. Syntax is:   @1 -w79   (for width of 79 characters).
  113. Invalid report width specified.
  114. Syntax is:   @1 -w79  (for width of 79 characters).
  115. *
  116. ********************************************************************************
  117. <Section 2 -- System Screen>
  118. ********************************************************************************
  119. *
  120. System Screen
  121. 159
  122. System
  123. Choose system options
  124. F1-Help    F5-Save Defaults    F6-Read Defaults   F10-Main menu
  125. Application name:
  126. Author:
  127. Copyright holder:
  128. Copyright date:
  129. Main program/project filename:
  130. Path for program source code:
  131. Path for data files:
  132. Path for output files:
  133. Path for @1 files:
  134. Main program
  135. not found.;Press Ctrl-C to exit, or any other key to enter a correct filename.
  136. Program file path not found:
  137. Error
  138. Output path is not valid:
  139. The drive is probably invalid.
  140. The main program must be a source code or project file.
  141. *
  142. ********************************************************************************
  143. <Section 3 -- Reports Screen>
  144. ********************************************************************************
  145. *
  146. Report Screen
  147. 147
  148. Reports
  149. Choose documentation reports and filenames
  150. F1-Help    F5-Save Defaults    F6-Read Defaults   F10-Main menu
  151. Write program tree structure?
  152. Write list of files used in system?
  153. Write index file summary?
  154. Write database summary?
  155. Write format file summary?
  156. Write report form summary?
  157. Write procedures summary?
  158. Write label form summary?
  159. Write screen file summary?
  160. Write menu file summary?
  161. Write binary file summary?
  162. Write memory file summary?
  163. Write system statistics?
  164. Write variable cross-reference?
  165. Write other file summary?
  166. Write PLINK86 LNK file?
  167. Write Borland Turbo Link file?
  168. Write Microsoft LINK file?
  169. Write NDMAKE MAKE file?
  170. Prepare batch files for backups?
  171. Filename
  172. *
  173. ********************************************************************************
  174. <Section 4 -- Format Screen>
  175. ********************************************************************************
  176. *
  177. Format and Action Diagrams Options Screen
  178. 161
  179. Format
  180. Choose source code formatting options
  181. F1-Help    F5-Save Defaults    F6-Read Defaults   F10-Main menu
  182.   Create formatted source code files?
  183.      Preserve original date and time?
  184. Write headings for source code files?
  185. Echo all headings to a separate file?
  186.      Filename:
  187.       Token capitalization (U/L/F/N)?    (Up/Low/First/None)
  188.     Keyword capitalization (U/L/F/N)?
  189. Key word filename:
  190. Tabs, spaces or no indenting (T/S/N)?
  191. No. of spaces:
  192.                       Align comments?
  193.        Column:
  194.      Indent procedures and functions?
  195.    Eliminate blank lines from output?
  196.       Eliminate comments from output?
  197.            Keyword expansion (E/C/N)?    (Expand/Compress/None)
  198. Comment control structures (Y/N/R/D)?    (Yes/No/Replace/Delete)
  199.               Create action diagrams?
  200.   File extension for action diagrams?
  201.  Add line numbers to action diagrams?
  202.  Graphics, ASCII or other characters?    (G, A or O)
  203.          Symbols for action diagrams?
  204. You cannot align comments if you use tabs for indenting
  205. *
  206. ********************************************************************************
  207. <Section 5 -- Xref Screen>
  208. ********************************************************************************
  209. *
  210. Xref (Cross-Reference) Options Screen
  211. 173
  212. Xref
  213. Choose cross-reference options
  214. F1-Help    F5-Save Defaults    F6-Read Defaults   F10-Main menu
  215. Cross reference public variables?
  216. Cross-reference other variables and tokens?
  217. Cross-reference @3 key words?
  218. Cross-reference numeric constants?
  219. Cross-reference @2 key words?
  220. Force paging to disk?
  221. Retain sorted page file?
  222. Path for temporary page files
  223. Cross-reference @4 key words?
  224. Local cross-references only?
  225. *
  226. ********************************************************************************
  227. <Section 6 -- Headings options screen>
  228. ********************************************************************************
  229. *
  230.  Headings Options Screen
  231. 163
  232. Headings
  233. Choose options for source file headings
  234. F1-Help     F5-Save Defaults      F6-Read Defaults      F10-Main menu
  235. Include copyright data?
  236. Include procedures and functions?
  237. Include called programs?
  238. Include calling programs?
  239. Include databases?
  240. Include indexes?
  241. Include format files?
  242. Include report forms?
  243. Include label forms?
  244. Include memory files?
  245. Include binary files?
  246. Include other files?
  247. Write procedure headings?
  248. Heading insert file name?
  249. *
  250. ********************************************************************************
  251. <Section 7 -- Tree Screen>
  252. ********************************************************************************
  253. *
  254. Tree Diagram Screen
  255. 148
  256. Tree
  257. Choose tree diagram options
  258. F1-Help    F5-Save Defaults    F6-Read Defaults   F10-Main menu
  259. Create tree diagram?
  260. Include procedures?
  261. Include functions?
  262. Include format files?
  263. Include databases?
  264. Include indexes?
  265. Include report forms?
  266. Include label forms?
  267. Include memory files?
  268.     Characters for tree (G/A/N)?      (Graphics, ASCII, None)
  269. Filename
  270. No tree line characters are allowed when you do not;
  271. include procedures, functions or format files in the tree.
  272. *
  273. ********************************************************************************
  274. <Section 8 -- Print Screen>
  275. ********************************************************************************
  276. *
  277. Printing Options Screen
  278. 153
  279. Print
  280. Choose source code printing options
  281. F1-Help   F2-List   F5-Save Dflts   F6-Read Dflts   F9-Print now  F10-Main menu
  282.   Print source code files:
  283. Print action diagrams:
  284.                Line width:
  285.           Page length:
  286.                Top margin:
  287.         Bottom margin:
  288.               Left margin:
  289.          Right margin:
  290.             Tab expansion:
  291.    Print line numbers:
  292. Form feed before printing:
  293.  Form feed after printing:
  294.      Printer setup string:
  295.      Printer reset string:
  296. Error in line width
  297. Error in page length
  298. Error in top margin
  299. Error in bottom margin
  300. Error in left margin
  301. Error in right margin
  302. Error in tab spaces
  303. *
  304. ********************************************************************************
  305. <Section 9 -- Other Options Screen, and strings from general menu procedures>
  306. ********************************************************************************
  307. *
  308.  Other Options Screen
  309. 152
  310. Other
  311. Choose other options
  312. F1-Help     F5-Save Defaults      F6-Read Defaults      F10-Main menu
  313.             Ignore drive designations?
  314.                     Search tree (Y/N)?
  315. Associate DBFs with other files (Y/N)?
  316. Xbase version number:
  317.     Default extension for index files?
  318.    Default extension for report forms?
  319.     Default extension for label forms?
  320. *
  321. * Strings for handling the TPMENU procedures start here
  322. *
  323. Begin
  324. Begin documentation
  325. Quit
  326. Return to operating system
  327. *
  328. * BigBrother strings begin here
  329. *
  330. You cannot eliminate blank lines if the program path;
  331. You cannot eliminate comments if the program path;
  332. You cannot expand key words if the program path;
  333. You cannot compress key words if the program path;
  334.        and the output path are the same.
  335. *
  336. ********************************************************************************
  337. <Section 10 -- SnapMain strings>
  338. ********************************************************************************
  339. *
  340. Loading keywords
  341. ──Loaded OK
  342. ────────── Starting Pass 2 ─────────
  343. Press space bar to continue
  344. Writing
  345. Batch Files
  346. System Statistics
  347. Press escape to exit, or any other key to begin printing source code
  348. - Normal shutdown.
  349. *
  350. ********************************************************************************
  351. <Section 11 -- StackOps strings>
  352. ********************************************************************************
  353. *
  354. Too many variables referenced--
  355. Too many programs/procedures:
  356.   Limit is
  357. Database name missing
  358. Invalid index reference--
  359. Invalid MDX reference--
  360. Invalid RPT form reference--
  361. Invalid LBL form reference--
  362. Could not find on Summ:
  363. Too many files.
  364. over limit.
  365. --Limit is
  366. Too many files
  367. in SummAddFiles procedure.
  368. Error recording
  369. in SummAddDBFFiles procedure.
  370. in SummAddNdxFiles procedure.
  371. *
  372. ********************************************************************************
  373. <Section 12 -- Strings from SnapGlo>
  374. ********************************************************************************
  375. *
  376. * This section is for DOS error messages
  377. *
  378. File not found
  379. Path not found
  380. Too many open files
  381. File access denied--read only?
  382. Invalid file handle
  383. Not enough memory
  384. Invalid environment
  385. Invalid format
  386. Invalid file access code--read only?
  387. Invalid drive number
  388. Cannot remove current directory
  389. Cannot rename across drives
  390. No more files
  391. Disk read error
  392. Disk write error--disk full?
  393. File not assigned
  394. File not open
  395. File not open for input
  396. File not open for output
  397. Invalid numeric format
  398. Disk is write-protected
  399. Unknown unit
  400. Drive or printer not ready
  401. Unknown command
  402. CRC error in data
  403. Bad drive request structure length
  404. Disk seek error
  405. Unknown media type
  406. Sector not found
  407. Printer out of paper
  408. Device write fault
  409. Device read fault
  410. Hardware failure
  411. Division by zero
  412. Range check error
  413. Stack overflow error--out of memory
  414. Heap overflow error--out of memory
  415. Invalid pointer operation
  416. Floating point overflow
  417. Floating point underflow
  418. Invalid floating point operation
  419. Unknown error--I dunno
  420. *
  421. * Formatted error message
  422. *
  423. Error               && line 43
  424. ;at                 && semicolon forces a line break in the error message
  425. version
  426. ;Press Ctrl-C to exit, or any other key to continue
  427. *
  428. * Line 47 begins here -- Status Screen strings
  429. *
  430. Documenting
  431. Filename                Lines  Pass
  432. Status Window
  433.     Available memory:
  434.  Total program lines:
  435.  Total program files:
  436.     Total procedures:
  437.      Total databases:
  438.    Total index files:
  439.   Total format files:
  440.   Total report forms:
  441.   Total memory files:
  442.      Total variables:
  443. Error Window               && line 60 -- caption for error window
  444. ╒══════════════════════════════════════════════╕
  445. │            Out of Memory.                    │
  446. │ Try cross-referencing only public variables. │
  447. ╘══════════════════════════════════════════════╛
  448. ╒══════════════════════════════════════╕
  449. │            Out of Memory.            │
  450. │ Try it without the cross-references. │
  451. ╘══════════════════════════════════════╛
  452.  
  453. *
  454. ********************************************************************************
  455. <Section 13 -- DocMod/Pass1/Pass2 strings>
  456. ********************************************************************************
  457. *
  458. Line too long for @1 :
  459. Undefined macro as prg name:
  460. Program file not found:
  461. * Pass2 strings start here.  There are no Pass1 strings.
  462. Too many tokens.
  463. Maximum is
  464. cannot be opened.  It may be read-only.;Ignoring this file.  && ; is important--line break
  465. Error closing output file.
  466. Error resetting file date for
  467. *
  468. ********************************************************************************
  469. <Section 14 -- DocUtil strings>
  470. ********************************************************************************
  471. *
  472. Function:
  473. Procedure:
  474. Procedure file:
  475. Program:
  476. System:
  477. Author:
  478.       Copyright (c)
  479. Last modified:
  480. Procs & Fncts:
  481. Called by:
  482. Set by:
  483. (function  in    && string 12
  484. (procedure in
  485. Calls:
  486. Uses:
  487. Indexes:
  488. Formats:
  489. Report Forms:
  490. Label Forms:
  491. Memory Files:
  492. Binary Files:
  493. Documented
  494. version
  495. * strings for reporting error message location--start at line 24
  496. in
  497. at line
  498. * n/a for number of tokens when xref not selected--line 26
  499.     n/a
  500. * LoadKeyWords strings--line 27
  501. File not found--
  502. Too many keywords.
  503. The limit is:
  504. * RecordProcNames strings--line 30
  505. ProcFile not found:
  506. * ActionDiagram strings--line 31
  507. LOOP error.  No DO WHILE, FOR or SCAN to loop to.
  508. LOOP error in line
  509. of
  510. EXIT error.  No DO WHILE, FOR or SCAN to exit from.
  511. EXIT error in line
  512. BREAK error.  No BEGIN SEQUENCE to exit from.
  513. BREAK error in line
  514. ROLLBACK error.  No BEGIN TRANSACTION to loop to.
  515. ROLLBACK error in line
  516. * Balance strings--line 40
  517. Control structures nested too deeply.
  518. Maximum depth is
  519. Control structures unbalanced
  520. Too many
  521. Expected
  522. Found
  523. in line
  524. File
  525.  Other Files:
  526. MDX files:
  527. CDX files:
  528. *
  529. ********************************************************************************
  530. <Section 15 -- DBF report strings>
  531. ********************************************************************************
  532. *
  533. Database Structure Summary
  534. database in the system
  535. databases in the system
  536. No such files in this system
  537. is a macro unknown to @1
  538. is not a @4 file                    && not a dBASE III file
  539. It appears to be a @2 file
  540. is not a @2 file                    && not a dBASE II file
  541. It appears to be a @4 file
  542. Structure for database :
  543. Number of data records :
  544.           Last updated :
  545. Field  Field name  Type        Width    Dec    Start      End
  546. Character
  547. Numeric
  548. Date
  549. Logical
  550. Memo
  551. Other
  552. Too many fields in the system.
  553.    The maximum number of fields is
  554.    Press any key to continue
  555. Total **
  556. This database is associated with the memo file:
  557. The memo file:
  558. could not be found
  559. This database appears to be associated with index file/tag(s):
  560.   (index key not found)
  561. @1 did not find any associated index files
  562. This database appears to be associated with multiple index file(s):
  563. @1 did not find any associated multiple indexes
  564. This database appears to be associated with report form(s):
  565. @1 did not find any associated report forms
  566. This database appears to be associated with label form(s):
  567. @1 did not find any associated label forms
  568. Database Field Summary
  569. Field Name         Type    Len   Dec     Database
  570. Float
  571. *
  572. ********************************************************************************
  573. <Section 16 -- NDX report strings>
  574. ********************************************************************************
  575. *
  576. Index Parameter Summary
  577. multiple index files
  578. index files
  579.  is a macro unknown to @1
  580.  -- Indexed on:
  581.  -- Filter:
  582. This index is unique.
  583. Last updated:
  584. This index file appears to be associated with database(s):
  585. @1 could not find an associated database
  586.  is a zero-byte file.  It may be damaged.
  587. Multiple Index File Parameter Summary
  588. This multiple index file appears to be associated with database(s):
  589.  is an index tag
  590. This index is in descending order.
  591. *
  592. ********************************************************************************
  593. <Section 17 -- Frm report strings>
  594. ********************************************************************************
  595. *
  596. Report Form File Summary
  597. report forms
  598.  is a macro unknown to @1
  599.      Last updated:
  600.    Grouped on:
  601.    Group title:
  602.    SubGrouped on:
  603.    SubGroup title:
  604.    Summary report?
  605. No
  606. Yes
  607.                      Page eject after summary?
  608.    Eject page before printing?
  609.          Eject page after printing?
  610.    Double space report?
  611.                  Plain page?
  612.    Left margin:
  613.                         Right Margin:
  614.                                  Report Contents
  615.    No.   Field                               Length    Decimals     Totaled?
  616.                                    Report Layout
  617. Page No.     1
  618. -- File not found
  619.                Database and Program References
  620.    This report form appears to be associated with database(s):
  621. @1 could not find an associated database
  622. --This appears to be a dBASE IV report form file.
  623. There must be an FRG file for @1 to document this report form.
  624.    No.   Field                               Length      Row        Column
  625. *
  626. ********************************************************************************
  627. <Section 18 -- Tree strings>
  628. ********************************************************************************
  629. *
  630. Too many levels in the tree
  631. Internal error preparing tree diagram
  632. Stack is corrupted in TREE procedure
  633. Cannot find file
  634. Tree Diagram
  635. function in
  636. procedure in
  637.  (database)
  638.  (index file)
  639.  (report form)
  640.  (label form)
  641.  (memory file)
  642. Truncating tree for recursive call to
  643. *
  644. ********************************************************************************
  645. <Section 19 -- Xref strings>
  646. ********************************************************************************
  647. *
  648. * the following line has a single space
  649. This is a blank line
  650. =  &&   {Assignment}
  651. R  &&   {Replace}
  652. x  &&   {Release}
  653. G  &&   {Get/Menu/Accept/Input}
  654. P  &&   {Public}
  655. V  &&   {Private}
  656. &  &&   {Macro}
  657. A  &&   {Array declaration}
  658. U  &&   {Database used}
  659. @  &&   {Passed as var parameter}
  660. !  &&   {Procedure/function name}
  661. ?  &&   {Unknown}
  662. Token Cross-Reference Report
  663. tokens are included in this report.
  664. Sorting.  Please wait.
  665. Legend for context symbols:
  666.    (blank) reference does not change the variable or field value.
  667.    = variable or field is changed in an assignment statement.
  668.    ! PROCEDURE or FUNCTION statement.
  669.    x token is released.
  670.    A array is declared.
  671.    G GET or MENU statement changes variable or field.
  672.    P variable is declared PUBLIC.
  673.    R field is replaced.
  674.    U database is USEd
  675.    V variable is declared PRIVATE.
  676.    & variable is referenced in a macro--takes precedence over all others.
  677.    @ variable passed as a var parameter
  678.    ? reference is of unknown type.
  679. Public Variable Summary
  680. These variables were declared PUBLIC somewhere in the system.
  681. Some may also be used as private variables in some parts of the code.
  682. Macro Summary
  683.    There were no macros defined to @1
  684.    Macros Defined to @1
  685.    Variable       Expansion
  686.    -------------- ---------------------------------
  687.    Macros Not Defined to @1
  688. Array Summary
  689. @1 found no arrays in this system
  690.    (procedure file)
  691.    (format file)
  692.    (program file)
  693.    (database)
  694.    (index file)
  695.    (report form)
  696.    (memory file)
  697.    (label form)
  698.    (binary file)
  699.    (screen file)
  700.    (menu file)
  701.    (other file)
  702. File types appear next to tokens that are used as file names.  Some of these
  703. tokens may also be used in other ways.
  704. This report shows tokens from
  705. This report shows macros from
  706. Macros in Module
  707. Not Defined to @1
  708. This report shows arrays from
  709. @1 found no arrays in
  710. These variables were declared PUBLIC somewhere in
  711. Local cross reference report for
  712. *
  713. ********************************************************************************
  714. <Section 20 -- Batch, make and link report strings>
  715. ********************************************************************************
  716. *
  717. Syntax is 
  718. where d: is a drive designation followed by a colon
  719. *
  720. ********************************************************************************
  721. <Section 21 -- Strings for these reports: Binary, Memory, Format, Label, ProcSumm, Other >
  722. ********************************************************************************
  723. *
  724. * Format report strings  (4 strings)
  725. Format File Summary
  726. format files
  727. is a macro unknown to @1
  728.          Last updated:
  729. * Labels report strings (13 strings -- cumulative = 17)
  730. Label Form File Summary
  731. label forms
  732.    Label:
  733.    Label height:
  734.                 Label width:
  735.    Left margin:
  736.                  Labels across page:
  737.    Lines between labels:
  738.         Spaces between labels:
  739.    Line
  740. --File not found.
  741. This label form appears to be associated with database(s):
  742. @1 could not find an associated database
  743. * Binary report strings (3 strings -- ending cumulative = 20)
  744. Binary File Summary
  745. Note: some binary "files" may actually reside in libraries
  746. binary files
  747. * Memory report strings (2 strings -- ending cumulative = 22)
  748. Memory File Summary
  749. memory files
  750. * Procedure report string (9 strings -- ending cumulative = 31)
  751. Procedure and Function Summary
  752. files containing procedures
  753.  -- Last updated:
  754.    Contains:
  755.       Called by:
  756.    (function in
  757.    (procedure in
  758.           Calls:
  759.       No calls to this procedure
  760. * strings for SNAP! 4.0 update--starts at 32
  761. --@1 could not recognize this label file.
  762. --This appears to be a dBASE IV label file.
  763. There must be an LBG file for @1 to document this label.
  764. * Memory report strings (2 strings -- ending cumulative = 36)
  765. Other File Summary
  766. other files
  767. *
  768. ********************************************************************************
  769. <Section 22 -- Strings for these reports: Stats, FileList, ScxSumm>
  770. ********************************************************************************
  771. *
  772. System Summary
  773. This system has:
  774. lines of code
  775. program files
  776. procedure files
  777. procedures and functions
  778. databases
  779. multiple index files
  780. structural index files
  781. index files
  782. report forms
  783. format files
  784. label forms
  785. binary files
  786. memory variable files
  787. menu files
  788. screen files
  789. other files
  790. cross-referenced tokens
  791. See the tree diagram for programs, procedures, functions and format files
  792.                    Index          Report         Label          Memory
  793.   Databases        Files          Forms          Forms          Files
  794. -------------- -------------- -------------- -------------- --------------
  795. @1 created the following documentation files:
  796.          Action diagram files
  797.          UPDATE.BAT   to update program source files in
  798.          BACKDBF.BAT  to backup databases, indexes and memory files
  799.          BACKPRG.BAT  to backup program files, report forms and format files
  800.          PRINTDOC.BAT to print documentation files
  801. Macro substitution was omitted
  802. * File list strings start here
  803. File List
  804. Programs and procedures:
  805.    (function  in
  806.    (procedure in
  807. Procedure files:
  808. Databases:
  809. Index files:
  810. Multiple index files:
  811. Format files:
  812. Report forms:
  813. Label forms:
  814. Binary files:
  815. Memory files:
  816. Menu files:
  817. Screen files:
  818. Other files:
  819. Action diagram files:
  820. *
  821. ********************************************************************************
  822. <Section 23 -- Strings for ReptUtil>
  823. ********************************************************************************
  824. *
  825. in the system
  826. No such files in this system.
  827. System:
  828. Author:
  829.    (function  in
  830.    (procedure in
  831. *
  832. ********************************************************************************
  833. <Section 24 -- Strings for Screen unit>
  834. ********************************************************************************
  835. *
  836. not found or error opening file
  837. Press any key to continue
  838. Help Window
  839. No help available here
  840. Press any key to continue
  841. Trying to display nonexistent field
  842. Too many fields in screen
  843. *
  844. ********************************************************************************
  845. <Section 25 -- Strings for File Printing>
  846. ********************************************************************************
  847. *
  848. Error in printer setup or reset string--char
  849. Something is wrong with the printer.  Please fix it.
  850. Press Ctrl-C to return to menu or any other key to continue.
  851. Press Ctrl-C to exit or any other key to continue.
  852. Page
  853. Copyright, 
  854. File with filenames to print
  855.           Path for filenames
  856. That is not a valid filename
  857. That file cannot be found
  858. System:                 && must be same as first line in FILELIST.DOC
  859. Please put the printer on-line and to top-of-page.
  860. looks like it might be a binary file.;
  861. Print it anyway (Y/N)?
  862. Printing
  863. Press any key to interrupt
  864.           Printing interrupted
  865. 1.  Stop printing and exit 
  866. 1.  Stop printing and return to print options screen
  867. 2.  Stop printing this program and start printing next program
  868. 3.  Continue printing this program
  869. Please enter your choice----->
  870. Error opening
  871. ; or file could not be found.;
  872. Press the space bar to continue
  873. File not found:
  874. Table of Contents
  875. Source Code Printout
  876. for
  877. *
  878. ********************************************************************************
  879. <Section 26 -- Strings for Rept6 programs>
  880. ********************************************************************************
  881. *
  882. Menu File Summary
  883. menu files
  884. @1 could not locate this menu file
  885.  
  886.  
  887.  
  888.  
  889.  
  890. Screen File Summary
  891. screen files
  892. @1 could not locate this screen file
  893. Screen
  894. Text
  895. Box
  896. Field
  897. Text region
  898. Push button
  899. Radio button
  900. Check box
  901. Popup
  902. List
  903.    Window name:
  904.    Coordinates: FROM 
  905.  TO 
  906. Window options: 
  907. Name
  908. Type
  909. Picture
  910. Error closing screen database file
  911. Error closing screen memo file
  912. Submenu 
  913. (Procedure)
  914. The screen memo file 
  915. could not be found
  916. Not enough memory to document screens
  917. *
  918. ********************************************************************************
  919. <Section 27 -- Config file error messages>
  920. ********************************************************************************
  921. *
  922. * The following six error messages are for reading/writing config files
  923. Error opening configuration file
  924. Configuration file is from wrong version of @1
  925.  
  926. Error opening          && error opening configuration file
  927. Filename not valid     && config filename not valid
  928. File does not exist    && specified config file does not exist
  929.  
  930. 
  931. 
  932.